home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / tgmpf20.zip / TGMPF.DOC < prev    next >
Text File  |  1991-02-23  |  3KB  |  85 lines

  1.                              TGMPF.EXE V2.0
  2.           The TeleGard V2.5 BBS, Most Popular Files Generator
  3.                                (c)1991 by
  4.                              Geoff Stanley
  5.                    The Night Rider BBS, 612-570-4242
  6.  
  7. Files in this Archive.
  8. ----------------------
  9.  
  10.     TGMPF.EXE - The program.
  11.     TGMPF.DOC - This document file.
  12.     TGMPF.CFG - Sample configuration file.
  13.     TGMPF.VAL - Validation file generated by McAfee's Validate V3
  14.  
  15.     BULLET12.ANS - Sample ANSI bulletin from my system.
  16.     BULLET12.MSG - Sample ASCII bulletin from my system.
  17.  
  18. Distribution.
  19. -------------
  20.  
  21. TGMPF.EXE is distributed as TGMPF**.ZIP where the '**' is replaced by a 
  22. number indicating the version, eg TGMPF10.ZIP is version 1.0.
  23.  
  24. Purpose of the program.
  25. -----------------------
  26.  
  27. TGMPF.EXE is a TeleGard V2.5 BBS support utility that will generate both 
  28. Ansi (colour) and plain ASCII bulletin files showing the 10 most popular 
  29. files (most downloaded) on a TeleGard BBS.
  30.  
  31. How to use it.
  32. --------------
  33.  
  34. The program MUST be run from your main BBS directory so that may find 
  35. the STATUS.DAT file to get the information about the location of you 
  36. files directories etc.
  37.  
  38. To run the program a config file MUST be present that conforms to the 
  39. following. Config file name must be TGMPF.CFG.
  40.  
  41. The config file is PLAIN text with each line containing a number. The 
  42. numbers on each line mean the following: (see TGMPF.CFG sample)
  43.  
  44. LINE 1 - The outputted BULLETIN number (in the range 0 - 99).
  45. LINE 2
  46.  to
  47. LINE X - The number of the file area's that will NOT be scanned. This is
  48.          so that certain file area's will not be checked for downloads.
  49.          For example Area 0 which is usually the SYSOP's area.
  50.  
  51. Once this config file has been made then all that is needed is to run 
  52. the program. It will read the config file, check several parameters and 
  53. then proceed to read the information from each .DIR file.
  54.  
  55. During the course of the running of the program you will be kept 
  56. informed as to the progress at each stage.
  57.  
  58. On my 10Mhz AT system with a 25ms average access hard drive the program 
  59. reads and sorts 1695 files in approximately 21 seconds.
  60.  
  61. This is approximatly 300% faster than V1.0 as it no longer creates a
  62. temporary working file unless needed.
  63.  
  64. NOTE : At the beginning of each BULLETIN you will notice @7@! which are
  65. the TeleGard internal control characters to "Clear the screen" and
  66. "Suppress interuption of display".
  67.  
  68. This program is CARDWARE, that is if you use it and like it (or not) 
  69. please send a card or letter with your comments and suggestions to:
  70.  
  71.                              Geoff Stanley
  72.                               3/7 West St
  73.                              Hurstville NSW
  74.                              AUSTRALIA 2220
  75.  
  76. HISTORY
  77. -------
  78. V1.0     Compiled 17/02/91 with Turbo Pascal V5.5
  79.          First release.
  80.  
  81. V2.0    Compiled 19/02/91 with Turbo Pascal V5.5
  82.         This version only creates a temporary disk file if it runs
  83.         out of RAM. It is about 300% faster than V1.0!!!
  84.  
  85.